WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / ObservableCollectionBase<T> Class / ObservableCollectionBase<T> Constructor / ObservableCollectionBase<T> Constructor(IEnumerable<T>)
The initial items in the collection
In This Topic
    ObservableCollectionBase<T> Constructor(IEnumerable<T>)
    In This Topic
    Initializes a new instance of the ObservableCollectionBase<T> class.
    Syntax
    public ObservableCollectionBase<T>( 
       IEnumerable<T> items
    )

    Parameters

    items
    The initial items in the collection
    See Also